[SecuritySolution] Finishing touches on the alert prevalence#128295
[SecuritySolution] Finishing touches on the alert prevalence#128295janmonschke merged 6 commits intoelastic:mainfrom
Conversation
| <EuiIconTip | ||
| type="iInCircle" | ||
| color="subdued" | ||
| title="Alert Prevalence" |
There was a problem hiding this comment.
@michaelolo24 I assume this one was forgotten in the initial PR. Let me know if we should keep the English copy here.
There was a problem hiding this comment.
Yea, thanks! I missed this translation.
|
@monina-n @paulewing Notice that in the screenshot above it says Let me know if I should change it back to the field id ✌️ |
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
michaelolo24
left a comment
There was a problem hiding this comment.
Thanks for making these changes. LGTM 🚀 !
| return <EuiLoadingSpinner />; | ||
| } else if (error) { | ||
| return null; | ||
| return <>{getEmptyValue()}</>; |
There was a problem hiding this comment.
nit: Maybe better to use defaultToEmptyTag?
But in general it also uses a getEmptyTagValue and getEmptyStringTag which are really the same, that is more than weird how many duplications we have :)
x-pack/plugins/timelines/public/components/empty_value/index.tsx needs a clean up.
There was a problem hiding this comment.
Sure, works either way I guess 👍 (e2f321f)
|
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |

Summary
After talking to product and design we came up with a list of smaller changes to touch up the alert prevalence work:
Checklist
Delete any items that are not applicable to this PR.